home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Diversos
/
beaverblast.swf
/
scripts
/
frame_39
/
PlaceObject2_241_161
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
415 b
|
25 lines
onClipEvent(enterFrame){
var i = 0;
while(i <= 5)
{
this["h" + i]._visible = false;
i++;
}
var i = 1;
while(i <= int(LIFES))
{
this["l" + i]._visible = true;
i++;
}
if(LIFES > int(LIFES))
{
this["h" + i]._visible = true;
}
var i = int(LIFES) + 1;
while(i <= 6)
{
this["l" + i]._visible = false;
i++;
}
}